* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Segoe IU", "Roboto", sans-serif;
  
    background-color: #333;
    
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;}

.float-wa {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px; /* JUSTO ENCIMA del botón del bot (que está en bottom: 40px) */
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .float-wa:hover {
    background-color: #ffffff;
    color: #25d366;
  }

  .float-wa i {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

.container{
    max-width: 1400px;
    margin: auto;
    
}

.color-acento{ color:blueviolet; }

header{
    background-color: rgb(245,245,245);
    
}

.float-wa{
    position:fixed;
    width:80px;
    height:80px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:47px;
    z-index:100;
}
.float-wa:hover{
background-color: #FFF;
color: #25d366;
transition-duration: 0.5s;

}



header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

header a:hover{
    color: blueviolet;
}

#caracteristicas .container{
    text-align: center;
    padding: 250px 12px;
}


.scroll-animation {
    opacity: 0; 
}

.fade-in {
    opacity: 1; 
    transition: opacity 1.5s ease; 
}



@media (min-width: 850px){
    header{
        position: fixed;
        width: 100%;
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

}

footer {
   
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.container_2 {
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    align-items:center; 
    width: 30%; 
    padding: 15px;
    border: 2px solid #C0C0C0;
    border-radius: 10px; 
    margin-bottom:300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

@media (max-width: 1240px){
    .container_2{
        width: 50%;
    }
}
@media (max-width: 760px) {
    .container_2{
        width: 70%;
    }
}
@media (max-width: 525px) {
    .container_2{
        width: 90%;
    }
}
@media (max-width: 410px) {
    .container_2{
        width: 100%;
    }
}
form {
    align-items:center;
    justify-content:center;
    text-align:center;
    max-width: 400px;
    margin: 25px auto;
    padding: 20px;
    background-color: transparent; 
    
}

.subtitulo_form{
    font-size: calc(0.7vw , 0.4em);
    color: #C0C0C0;
    margin-bottom: 30px;
    text-align:center;
    font-family: monospace;
}

.titulo_principal {
    font-weight: 600;
    text-align:center;
    margin-bottom: 30px;
    color: #C0C0C0; 
    font-size: calc(2vw + 1.2em);

}

.titulo_form {
    font-weight: 600;
    text-align:center;
    margin-bottom: 30px;
    color: #C0C0C0; 
    font-size: calc(1.2vw + 0.7em);
}

/* estilo para los campos de entrada */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select[type=text],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #C0C0C0; 
    border-radius: 5px;
    background-color: transparent; 
    color: #C0C0C0; 
}



/* estilo para el botón de enviar */
input[type="submit"] {
    align-items:center;
    text-align:center;
    width: 40%;
    padding: 10px;
    border: 1px solid #C0C0C0; 
    border-radius: 7px;
    background-color: transparent; 
    color: #C0C0C0; 
    cursor: pointer;
    font-weight: 600;

}


input[type="submit"]:hover {
    background-color: transparent; 
    color: blueviolet; 
    transition-duration: 0.5s;
    border: 1px solid blueviolet;

}
select[type="text"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: blueviolet; 
    outline: none; 
}



.button7 {
    align-items:center;
    text-align:center;
    width: 40%;
    padding: 10px;
    border: 1px solid #C0C0C0; 
    border-radius: 7px;
    background-color: transparent; 
    color: #C0C0C0; 
    cursor: pointer;
    font-weight: 600;
}

.button7:hover {
    background-color: transparent; 
    color: blueviolet; 
    transition-duration: 0.5s;
    border: 1px solid blueviolet;
}

.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.contact-info a {
    margin: 0 10px; 
}

.phone-numbers {
    text-align: center;
    margin-top: 20px;
}

.phone-numbers p {
    margin: 5px 0; 
}

.img_form {
    width: 45px; 
    height: auto; 
}



/*-------------------------------------> FAQ FAQ FAQ FAQ FAQ <----------------------------------*/
/*-------------------------------------> FAQ FAQ FAQ FAQ FAQ <----------------------------------*/
/*-------------------------------------> FAQ FAQ FAQ FAQ FAQ <----------------------------------*/
/*-------------------------------------> FAQ FAQ FAQ FAQ FAQ <----------------------------------*/




section {
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #C0C0C0;
}

.title {
    font-size: 3rem;
    margin: 2rem 0rem;
}

.faq {
    max-width: 700px;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #C0C0C0;
    cursor: pointer;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}


.question h3 {
    font-size: 1.8rem;

}

.answer {
    max-height:0;
    overflow: hidden;
    transition: max-height 1.4s ease ;
    display: 0;
}

.answer p {
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
     
}

.faq.active .answer {
    max-height:500px;
    animation: fade 1s ease-in-out;
}

.faq.active svg {
    transform: rotate(180deg);
}

svg {
    transition: transform 0.5s ease-in;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(1px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.lato-thin {
    font-size: calc(0.85vw + 0.5em);
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: initial;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* desplazamiento en x, desplazamiento en y, desenfoque, color */
  }


  /* FOOTER -------------------------------------- FOOTER ----------------------------------------- FOOTER------- */

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


.pie-pagina{
    width: 100%;
    
    background-color:#150025; 
    text-align:center;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
    border-radius: 10px;
    margin-left: -100px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #270042;
    text-align: center;
    transition: all 0.4s ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: #AF3BFF;
}
.pie-pagina .grupo-2{
    background-color: #270042;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    
}
.pie-pagina .grupo-2 small{
    font-size: 1em;
    
}
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    text-align: center;
    line-height: 4;
    font-size: 0.9em;

    
}

.footer-links a:hover{
    color: #929292;
    text-decoration: none;
    transition-duration: 0.3s ;

}

.linksform {
    color: blueviolet;
    text-decoration: none;
    margin-right: 0px;
    text-align: center;
    line-height: 2.5;
    font-size: 1em;
    

    
}

.linksform:hover{
    color: red;
    text-decoration: none;
    transition-duration: 0.3s ;

}

.linksform a {
    color: grey;
    text-decoration: none;
    margin-right: 20px;
    text-align: center;
    line-height: 5;
    font-size: 0.8em;
    

    
}

.linksform a:hover{
    color: white;
    text-decoration: none;
    transition-duration: 0.3s ;

}

.checkbox-group {
    text-align: center;
    margin-bottom: 10px;
    
}

.checkbox-group label {
    color: #C0C0C0;
    font-size: 1em;
    display: block;
    margin: 10px 0;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
   
}












